home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / Amos / AMOSList-0198 / AMOSLIST / text0104.txt < prev    next >
Encoding:
Text File  |  1998-06-24  |  1.1 KB  |  29 lines

  1. It was on the night of 22-Jan-98, when no creatures were stirring, and all was
  2. silent. Suddenly, Declan_Gorman@modusmedia.com jumped out from behind a rock
  3. and wouldnt stop shouting about "Re[2]: Negative Values on GUI Sliders" until
  4. I was forced to knock them out:
  5. »->      
  6. »->      I am setting the values using GadToolsBox, min -50 & max +50.  Should
  7.  
  8. »->      I be using the GUI SET command?
  9.  
  10. Try using the same values in GUI SET, not sure if it will work any better, but
  11. it might:
  12.  
  13. SLIDER    - Gui Set window,gadget,0,pos (Set Position of Bar)
  14.             Gui Set window,gadget,1,sm (Set Minimum Value of Slider)
  15.             Gui Set window,gadget,2,mx (Set Max Value of Slider)   
  16.  
  17. Andrew "Mushroom" Kellett
  18. --
  19.  Email: Andy Kellett <mushypd@redrose.net>  Team *AMOS* + IAPA Team *AMIGA*
  20.   alt.religion.amos - AMOS now on usenet! AMOS Mailinglist also mirrored
  21.  
  22.      World's Largest AMOS Homepages - http://www.mushy-pd.demon.co.uk
  23.                Official F1 Software Distributor for the USA
  24.  
  25.          Massive FTP site with AMOS/C64 and Mods/Samples + more at
  26.                             mushy-pd.dyn.ml.org
  27.  
  28.  
  29.